Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C Tutorial
1) Array
2) Assert h
3) Ctype h
4) Data Structure
5) Data Type
6) File
7) Function
8) Language
9) Math h
10) Memory
11) Operator
12) Pointer
13) Preprocessor
14) Printf Scanf
15) Search Sort
16) Setjmp h
17) Signal h
18) Statement
19) Stdio h
20) Stdlib h
21) String
22) String h
23) Structure
24) Time h
25) Wctype h
26) Wide Character String
String
1) A string is an array of characters
2) Add new line character
3) Arrays of strings
4) Ask the user for his first and last name
5) By setting first[4] to NULL (0), we can shorten the string
6) Copying a string using array notation and pointer notation
7) Displaying a string
8) Displaying a string with a string terminator in the middle
9) Escape Quotations
10) Find occurrences of one string in another
11) Is the escape sequence that sticks a backslash character into a string
12) Joining strings without using strcat
13) Lengths of strings
14) Overwrite the newline character in string
15) Pass string to a function
16) Read string from keyboard
17) Reading Strings
18) Sorting Strings
19) String alignment
20) String constants consist of text enclosed in double quotes
21) Strings
22) Strings always end with the NULL character
23) Take a first name and a last name and combines the two strings
24) The functional approach to string sorting
25) Useful string function
26) Using escape
27) Write string in a more traditional array style